Accusoft Prizm Viewer Annotations Schema Schema
TextJustification Simple Type
See Also  Send comments on this topic.
Accusoft Prizm Viewer Annotations Schema Schema : TextJustification Simple Type

Glossary Item Box

Namespace (none)

Type

Restriction of xs:string

Diagram

TextJustification Simple Type

Overview

TextJustification Restriction of xs:string

Facets

EnumerationLeft Justify
EnumerationRight Justify
EnumerationCenter Justify

Source

<xs:simpleType name="TextJustification" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:restriction base="xs:string">
    <xs:enumeration value="Left Justify" />
    <xs:enumeration value="Right Justify" />
    <xs:enumeration value="Center Justify" />
  </xs:restriction>
</xs:simpleType>

See Also

©2015. Accusoft Corporation. All Rights Reserved.